mucow 0.1.0

Equivalent to Cow for mootable data. The semantics are copy-on-consume, so a copy is only needed if you want to take ownership. Unlike Cow, the contents can be mutated without making a copy.
Documentation

A module for working with mutably borrowed data.